home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / cuj1008.zip / 1008051A < prev    next >
Text File  |  1992-05-14  |  511b  |  15 lines

  1. /*                    Listing 4                     */
  2. /*****************************************************
  3.                 Name: SRF_INCP.C
  4.          Description: Include file for SRF_INCP.C
  5.          Portability: Standard C
  6. *****************************************************/
  7. #ifndef SRF_INCP_DEFINED
  8.    #define MAX_NUM_INCP 2
  9.    int srf_intrcpt( int Order, double *PrvLoc,
  10.          double *CrtDir, double **Coef,
  11.          double *Disp );
  12.    #define SRF_INCP_DEFINED
  13. #endif
  14. /* End of File */
  15.